Html Css Color HEX #92CDEA Cornflower

📋 copy color: '#92CDEA'

red 146 ◦ green 205 ◦ blue 234

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

Shades of Cornflower #92CDEA

Tints of Cornflower #92CDEA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.04%

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

R = 24.96%
G = 35.04%
B = 40%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#92CDEA (or 0x92CDEA) is known color: Cornflower. HEX triplet: 92, CD and EA. RGB value is (146,205,234). Sum of RGB (Red+Green+Blue) = 146+205+234=585 (77% of max value = 765). Red value is 146 (57.42% from 255 or 24.96% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #92CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CDEA is #6D3215. Grayscale: #BEBEBE. Windows color (decimal): -7156246 or 15388050. OLE color: 15388050.

HSL color Cylindrical-coordinate representation of color #92CDEA: hue angle of 199.77º 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 #92CDEA is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 146 205 234 -
CMYK 0.38 0.12 0 0.08
HSL 199.77º 0.68% 0.75% -
HSV(B) 199.77º 0.38% 0.92% -
XYZ 48.54 55.71 86.04 -
YUV 190.67 152.45 96.14 -
System Red Green Blue C M Y K H S L
Decimal 146 205 234 0.38 0.12 0 0.08 199.77 0.68 0.75
Hex 92 CD EA 26 C 0 8 C8 44 4B
Octal 222 315 352 46 14 0 10 310 104 113
Binary 10010010 11001101 11101010 100110 1100 0 1000 11001000 1000100 1001011

Color Harmonies of #92CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CDEA

Black with #92CDEA

Text Example


Text Example

White with #92CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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