Html Css Color HEX #92CAEA Cornflower

📋 copy color: '#92CAEA'

red 146 ◦ green 202 ◦ blue 234

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

Shades of Cornflower #92CAEA

Tints of Cornflower #92CAEA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.71%

 BLUE value IS 234 (91.8% from 255) = 40.21%

R = 25.09%
G = 34.71%
B = 40.21%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#92CAEA (or 0x92CAEA) is known color: Cornflower. HEX triplet: 92, CA and EA. RGB value is (146,202,234). Sum of RGB (Red+Green+Blue) = 146+202+234=582 (77% of max value = 765). Red value is 146 (57.42% from 255 or 25.09% from 582); Green value is 202 (79.30% from 255 or 34.71% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #92CAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CAEA is #6D3515. Grayscale: #BCBCBC. Windows color (decimal): -7157014 or 15387282. OLE color: 15387282.

HSL color Cylindrical-coordinate representation of color #92CAEA: hue angle of 201.82º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #92CAEA is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 202 234 -
CMYK 0.38 0.14 0 0.08
HSL 201.82º 0.68% 0.75% -
HSV(B) 201.82º 0.38% 0.92% -
XYZ 47.83 54.29 85.8 -
YUV 188.9 153.45 97.4 -
System Red Green Blue C M Y K H S L
Decimal 146 202 234 0.38 0.14 0 0.08 201.82 0.68 0.75
Hex 92 CA EA 26 E 0 8 CA 44 4B
Octal 222 312 352 46 16 0 10 312 104 113
Binary 10010010 11001010 11101010 100110 1110 0 1000 11001010 1000100 1001011

Color Harmonies of #92CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CAEA

Black with #92CAEA

Text Example


Text Example

White with #92CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,202,234); }

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

background-color css

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

 a { background-color: rgb(146,202,234); }

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

border-color css

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

 span { border-color: rgb(146,202,234); }

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