Html Css Color HEX #74ABEF Jordy Blue

📋 copy color: '#74ABEF'

red 116 ◦ green 171 ◦ blue 239

#74ABEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #74ABEF

Tints of Jordy Blue #74ABEF

RGB

 RED value IS 116 (45.7% from 255) = 22.05%

 GREEN value IS 171 (67.19% from 255) = 32.51%

 BLUE value IS 239 (93.75% from 255) = 45.44%

R = 22.05%
G = 32.51%
B = 45.44%

CMYK

 C value IS 0.51

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#74ABEF (or 0x74ABEF) is known color: Jordy Blue. HEX triplet: 74, AB and EF. RGB value is (116,171,239). Sum of RGB (Red+Green+Blue) = 116+171+239=526 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.05% from 526); Green value is 171 (67.19% from 255 or 32.51% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #74ABEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #74ABEF is #8B5410. Grayscale: #A1A1A1. Windows color (decimal): -9131025 or 15706996. OLE color: 15706996.

HSL color Cylindrical-coordinate representation of color #74ABEF: hue angle of 213.17º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74ABEF is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 171 239 -
CMYK 0.51 0.28 0 0.06
HSL 213.17º 0.79% 0.7% -
HSV(B) 213.17º 0.51% 0.94% -
XYZ 37.35 39.07 87.23 -
YUV 162.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 116 171 239 0.51 0.28 0 0.06 213.17 0.79 0.7
Hex 74 AB EF 33 1C 0 6 D5 4F 46
Octal 164 253 357 63 34 0 6 325 117 106
Binary 1110100 10101011 11101111 110011 11100 0 110 11010101 1001111 1000110

Color Harmonies of #74ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ABEF

Black with #74ABEF

Text Example


Text Example

White with #74ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74ABEF; }

 p { color: rgb(116,171,239); }

 H1.HeaderClassName
 {
   color: #74ABEF;
 }
 .AnyTagClassName
 {
   color: #74ABEF;
 }
</style>

background-color css

<style>
 a { background-color: #74ABEF; }

 a { background-color: rgb(116,171,239); }

 div.DivClassName
 {
   background-color: #74ABEF;
 }
 .BgClassName
 {
   background-color: #74ABEF;
 }
</style>

border-color css

<style>
 span { border-color: #74ABEF; }

 span { border-color: rgb(116,171,239); }

 td.TdClassName
 {
   border-color: #74ABEF;
 }
 .TagClassName
 {
   border-color: #74ABEF;
 }
</style>