Html Css Color HEX #92DCEE Anakiwa

📋 copy color: '#92DCEE'

red 146 ◦ green 220 ◦ blue 238

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

Shades of Anakiwa #92DCEE

Tints of Anakiwa #92DCEE

RGB

 RED value IS 146 (57.42% from 255) = 24.17%

 GREEN value IS 220 (86.33% from 255) = 36.42%

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

R = 24.17%
G = 36.42%
B = 39.4%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#92DCEE (or 0x92DCEE) is known color: Anakiwa. HEX triplet: 92, DC and EE. RGB value is (146,220,238). Sum of RGB (Red+Green+Blue) = 146+220+238=604 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.17% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #92DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DCEE is #6D2311. Grayscale: #C7C7C7. Windows color (decimal): -7152402 or 15654034. OLE color: 15654034.

HSL color Cylindrical-coordinate representation of color #92DCEE: hue angle of 191.74º 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 #92DCEE is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 146 220 238 -
CMYK 0.39 0.08 0 0.07
HSL 191.74º 0.73% 0.75% -
HSV(B) 191.74º 0.39% 0.93% -
XYZ 52.88 63.47 90.35 -
YUV 199.93 149.48 89.54 -
System Red Green Blue C M Y K H S L
Decimal 146 220 238 0.39 0.08 0 0.07 191.74 0.73 0.75
Hex 92 DC EE 27 8 0 7 C0 49 4B
Octal 222 334 356 47 10 0 7 300 111 113
Binary 10010010 11011100 11101110 100111 1000 0 111 11000000 1001001 1001011

Color Harmonies of #92DCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92DCEE

Black with #92DCEE

Text Example


Text Example

White with #92DCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92DCEE; }

 p { color: rgb(146,220,238); }

 H1.HeaderClassName
 {
   color: #92DCEE;
 }
 .AnyTagClassName
 {
   color: #92DCEE;
 }
</style>

background-color css

<style>
 a { background-color: #92DCEE; }

 a { background-color: rgb(146,220,238); }

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

border-color css

<style>
 span { border-color: #92DCEE; }

 span { border-color: rgb(146,220,238); }

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