Html Css Color HEX #92CEF2 Cornflower

📋 copy color: '#92CEF2'

red 146 ◦ green 206 ◦ blue 242

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

Shades of Cornflower #92CEF2

Tints of Cornflower #92CEF2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.68%

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

R = 24.58%
G = 34.68%
B = 40.74%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92CEF2 (or 0x92CEF2) is known color: Cornflower. HEX triplet: 92, CE and F2. RGB value is (146,206,242). Sum of RGB (Red+Green+Blue) = 146+206+242=594 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.58% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 242 (94.92% from 255 or 40.74% from 594); Max value from RGB is 242 - color contains mainly: blue. Hex color #92CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CEF2 is #6D310D. Grayscale: #BFBFBF. Windows color (decimal): -7155982 or 15912594. OLE color: 15912594.

HSL color Cylindrical-coordinate representation of color #92CEF2: hue angle of 202.5º 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 #92CEF2 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 206 242 -
CMYK 0.40 0.15 0 0.05
HSL 202.5º 0.79% 0.76% -
HSV(B) 202.5º 0.4% 0.95% -
XYZ 49.95 56.66 92.31 -
YUV 192.16 156.12 95.07 -
System Red Green Blue C M Y K H S L
Decimal 146 206 242 0.40 0.15 0 0.05 202.5 0.79 0.76
Hex 92 CE F2 28 F 0 5 CA 4F 4C
Octal 222 316 362 50 17 0 5 312 117 114
Binary 10010010 11001110 11110010 101000 1111 0 101 11001010 1001111 1001100

Color Harmonies of #92CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CEF2

Black with #92CEF2

Text Example


Text Example

White with #92CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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