Html Css Color HEX #90CFEB Anakiwa

📋 copy color: '#90CFEB'

red 144 ◦ green 207 ◦ blue 235

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

Shades of Anakiwa #90CFEB

Tints of Anakiwa #90CFEB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.32%

 BLUE value IS 235 (92.19% from 255) = 40.1%

R = 24.57%
G = 35.32%
B = 40.1%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#90CFEB (or 0x90CFEB) is known color: Anakiwa. HEX triplet: 90, CF and EB. RGB value is (144,207,235). Sum of RGB (Red+Green+Blue) = 144+207+235=586 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.57% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 235 (92.19% from 255 or 40.10% from 586); Max value from RGB is 235 - color contains mainly: blue. Hex color #90CFEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90CFEB is #6F3014. Grayscale: #BFBFBF. Windows color (decimal): -7286805 or 15454096. OLE color: 15454096.

HSL color Cylindrical-coordinate representation of color #90CFEB: hue angle of 198.46º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90CFEB is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 207 235 -
CMYK 0.39 0.12 0 0.08
HSL 198.46º 0.69% 0.74% -
HSV(B) 198.46º 0.39% 0.92% -
XYZ 48.81 56.55 86.94 -
YUV 191.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 144 207 235 0.39 0.12 0 0.08 198.46 0.69 0.74
Hex 90 CF EB 27 C 0 8 C6 45 4A
Octal 220 317 353 47 14 0 10 306 105 112
Binary 10010000 11001111 11101011 100111 1100 0 1000 11000110 1000101 1001010

Color Harmonies of #90CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CFEB

Black with #90CFEB

Text Example


Text Example

White with #90CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,207,235); }

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

background-color css

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

 a { background-color: rgb(144,207,235); }

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

border-color css

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

 span { border-color: rgb(144,207,235); }

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