Html Css Color HEX #92D5F0 Anakiwa

📋 copy color: '#92D5F0'

red 146 ◦ green 213 ◦ blue 240

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

Shades of Anakiwa #92D5F0

Tints of Anakiwa #92D5F0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.56%

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

R = 24.37%
G = 35.56%
B = 40.07%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#92D5F0 (or 0x92D5F0) is known color: Anakiwa. HEX triplet: 92, D5 and F0. RGB value is (146,213,240). Sum of RGB (Red+Green+Blue) = 146+213+240=599 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.37% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #92D5F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D5F0 is #6D2A0F. Grayscale: #C3C3C3. Windows color (decimal): -7154192 or 15783314. OLE color: 15783314.

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

Color convert

RGB 146 213 240 -
CMYK 0.39 0.11 0 0.06
HSL 197.23º 0.76% 0.76% -
HSV(B) 197.23º 0.39% 0.94% -
XYZ 51.38 59.99 91.31 -
YUV 196.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 146 213 240 0.39 0.11 0 0.06 197.23 0.76 0.76
Hex 92 D5 F0 27 B 0 6 C5 4C 4C
Octal 222 325 360 47 13 0 6 305 114 114
Binary 10010010 11010101 11110000 100111 1011 0 110 11000101 1001100 1001100

Color Harmonies of #92D5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D5F0

Black with #92D5F0

Text Example


Text Example

White with #92D5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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