Html Css Color HEX #90AFEC Jordy Blue

📋 copy color: '#90AFEC'

red 144 ◦ green 175 ◦ blue 236

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

Shades of Jordy Blue #90AFEC

Tints of Jordy Blue #90AFEC

RGB

 RED value IS 144 (56.64% from 255) = 25.95%

 GREEN value IS 175 (68.75% from 255) = 31.53%

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 25.95%
G = 31.53%
B = 42.52%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90AFEC (or 0x90AFEC) is known color: Jordy Blue. HEX triplet: 90, AF and EC. RGB value is (144,175,236). Sum of RGB (Red+Green+Blue) = 144+175+236=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #90AFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AFEC is #6F5013. Grayscale: #ACACAC. Windows color (decimal): -7294996 or 15511440. OLE color: 15511440.

HSL color Cylindrical-coordinate representation of color #90AFEC: hue angle of 219.78º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90AFEC is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 175 236 -
CMYK 0.39 0.26 0 0.07
HSL 219.78º 0.71% 0.75% -
HSV(B) 219.78º 0.39% 0.93% -
XYZ 41.97 42.65 85.38 -
YUV 172.69 163.73 107.54 -
System Red Green Blue C M Y K H S L
Decimal 144 175 236 0.39 0.26 0 0.07 219.78 0.71 0.75
Hex 90 AF EC 27 1A 0 7 DC 47 4B
Octal 220 257 354 47 32 0 7 334 107 113
Binary 10010000 10101111 11101100 100111 11010 0 111 11011100 1000111 1001011

Color Harmonies of #90AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AFEC

Black with #90AFEC

Text Example


Text Example

White with #90AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90AFEC; }

 p { color: rgb(144,175,236); }

 H1.HeaderClassName
 {
   color: #90AFEC;
 }
 .AnyTagClassName
 {
   color: #90AFEC;
 }
</style>

background-color css

<style>
 a { background-color: #90AFEC; }

 a { background-color: rgb(144,175,236); }

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

border-color css

<style>
 span { border-color: #90AFEC; }

 span { border-color: rgb(144,175,236); }

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