Html Css Color HEX #92DBEE Anakiwa

📋 copy color: '#92DBEE'

red 146 ◦ green 219 ◦ blue 238

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

Shades of Anakiwa #92DBEE

Tints of Anakiwa #92DBEE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.32%

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

R = 24.21%
G = 36.32%
B = 39.47%

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

#92DBEE (or 0x92DBEE) is known color: Anakiwa. HEX triplet: 92, DB and EE. RGB value is (146,219,238). Sum of RGB (Red+Green+Blue) = 146+219+238=603 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.21% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #92DBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92DBEE is #6D2411. Grayscale: #C7C7C7. Windows color (decimal): -7152658 or 15653778. OLE color: 15653778.

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

Color convert

RGB 146 219 238 -
CMYK 0.39 0.08 0 0.07
HSL 192.39º 0.73% 0.75% -
HSV(B) 192.39º 0.39% 0.93% -
XYZ 52.62 62.95 90.27 -
YUV 199.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 146 219 238 0.39 0.08 0 0.07 192.39 0.73 0.75
Hex 92 DB EE 27 8 0 7 C0 49 4B
Octal 222 333 356 47 10 0 7 300 111 113
Binary 10010010 11011011 11101110 100111 1000 0 111 11000000 1001001 1001011

Color Harmonies of #92DBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92DBEE

Black with #92DBEE

Text Example


Text Example

White with #92DBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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