Html Css Color HEX #90B2EE Jordy Blue

📋 copy color: '#90B2EE'

red 144 ◦ green 178 ◦ blue 238

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

Shades of Jordy Blue #90B2EE

Tints of Jordy Blue #90B2EE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.79%

 BLUE value IS 238 (93.36% from 255) = 42.5%

R = 25.71%
G = 31.79%
B = 42.5%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90B2EE (or 0x90B2EE) is known color: Jordy Blue. HEX triplet: 90, B2 and EE. RGB value is (144,178,238). Sum of RGB (Red+Green+Blue) = 144+178+238=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #90B2EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90B2EE is #6F4D11. Grayscale: #AEAEAE. Windows color (decimal): -7294226 or 15643280. OLE color: 15643280.

HSL color Cylindrical-coordinate representation of color #90B2EE: hue angle of 218.3º degrees, saturation: 0.73, 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 #90B2EE is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 178 238 -
CMYK 0.39 0.25 0 0.07
HSL 218.3º 0.73% 0.75% -
HSV(B) 218.3º 0.39% 0.93% -
XYZ 42.85 43.94 87.11 -
YUV 174.67 163.74 106.12 -
System Red Green Blue C M Y K H S L
Decimal 144 178 238 0.39 0.25 0 0.07 218.3 0.73 0.75
Hex 90 B2 EE 27 19 0 7 DA 49 4B
Octal 220 262 356 47 31 0 7 332 111 113
Binary 10010000 10110010 11101110 100111 11001 0 111 11011010 1001001 1001011

Color Harmonies of #90B2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90B2EE

Black with #90B2EE

Text Example


Text Example

White with #90B2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,178,238); }

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

background-color css

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

 a { background-color: rgb(144,178,238); }

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

border-color css

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

 span { border-color: rgb(144,178,238); }

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