Html Css Color HEX #92D0F2 Cornflower

📋 copy color: '#92D0F2'

red 146 ◦ green 208 ◦ blue 242

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

Shades of Cornflower #92D0F2

Tints of Cornflower #92D0F2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.9%

 BLUE value IS 242 (94.92% from 255) = 40.6%

R = 24.5%
G = 34.9%
B = 40.6%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92D0F2 (or 0x92D0F2) is known color: Cornflower. HEX triplet: 92, D0 and F2. RGB value is (146,208,242). Sum of RGB (Red+Green+Blue) = 146+208+242=596 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.50% from 596); Green value is 208 (81.64% from 255 or 34.90% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #92D0F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92D0F2 is #6D2F0D. Grayscale: #C1C1C1. Windows color (decimal): -7155470 or 15913106. OLE color: 15913106.

HSL color Cylindrical-coordinate representation of color #92D0F2: hue angle of 201.25º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92D0F2 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 208 242 -
CMYK 0.40 0.14 0 0.05
HSL 201.25º 0.79% 0.76% -
HSV(B) 201.25º 0.4% 0.95% -
XYZ 50.44 57.63 92.47 -
YUV 193.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 146 208 242 0.40 0.14 0 0.05 201.25 0.79 0.76
Hex 92 D0 F2 28 E 0 5 C9 4F 4C
Octal 222 320 362 50 16 0 5 311 117 114
Binary 10010010 11010000 11110010 101000 1110 0 101 11001001 1001111 1001100

Color Harmonies of #92D0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92D0F2

Black with #92D0F2

Text Example


Text Example

White with #92D0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,208,242); }

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

background-color css

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

 a { background-color: rgb(146,208,242); }

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

border-color css

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

 span { border-color: rgb(146,208,242); }

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