Html Css Color HEX #92D4F0 Anakiwa

📋 copy color: '#92D4F0'

red 146 ◦ green 212 ◦ blue 240

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

Shades of Anakiwa #92D4F0

Tints of Anakiwa #92D4F0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.45%

 BLUE value IS 240 (94.14% from 255) = 40.13%

R = 24.41%
G = 35.45%
B = 40.13%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#92D4F0 (or 0x92D4F0) is known color: Anakiwa. HEX triplet: 92, D4 and F0. RGB value is (146,212,240). Sum of RGB (Red+Green+Blue) = 146+212+240=598 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.41% from 598); Green value is 212 (83.20% from 255 or 35.45% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #92D4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D4F0 is #6D2B0F. Grayscale: #C3C3C3. Windows color (decimal): -7154448 or 15783058. OLE color: 15783058.

HSL color Cylindrical-coordinate representation of color #92D4F0: hue angle of 197.87º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92D4F0 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 212 240 -
CMYK 0.39 0.12 0 0.06
HSL 197.87º 0.76% 0.76% -
HSV(B) 197.87º 0.39% 0.94% -
XYZ 51.13 59.49 91.23 -
YUV 195.46 153.13 92.72 -
System Red Green Blue C M Y K H S L
Decimal 146 212 240 0.39 0.12 0 0.06 197.87 0.76 0.76
Hex 92 D4 F0 27 C 0 6 C6 4C 4C
Octal 222 324 360 47 14 0 6 306 114 114
Binary 10010010 11010100 11110000 100111 1100 0 110 11000110 1001100 1001100

Color Harmonies of #92D4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D4F0

Black with #92D4F0

Text Example


Text Example

White with #92D4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,212,240); }

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

background-color css

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

 a { background-color: rgb(146,212,240); }

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

border-color css

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

 span { border-color: rgb(146,212,240); }

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