Html Css Color HEX #92CFEF Cornflower

📋 copy color: '#92CFEF'

red 146 ◦ green 207 ◦ blue 239

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

Shades of Cornflower #92CFEF

Tints of Cornflower #92CFEF

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.97%

 BLUE value IS 239 (93.75% from 255) = 40.37%

R = 24.66%
G = 34.97%
B = 40.37%

CMYK

 C value IS 0.39

 M value IS 0.13

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#92CFEF (or 0x92CFEF) is known color: Cornflower. HEX triplet: 92, CF and EF. RGB value is (146,207,239). Sum of RGB (Red+Green+Blue) = 146+207+239=592 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.66% from 592); Green value is 207 (81.25% from 255 or 34.97% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #92CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CFEF is #6D3010. Grayscale: #C0C0C0. Windows color (decimal): -7155729 or 15716242. OLE color: 15716242.

HSL color Cylindrical-coordinate representation of color #92CFEF: hue angle of 200.65º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92CFEF is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 207 239 -
CMYK 0.39 0.13 0 0.06
HSL 200.65º 0.74% 0.75% -
HSV(B) 200.65º 0.39% 0.94% -
XYZ 49.75 56.97 90.04 -
YUV 192.41 154.29 94.9 -
System Red Green Blue C M Y K H S L
Decimal 146 207 239 0.39 0.13 0 0.06 200.65 0.74 0.75
Hex 92 CF EF 27 D 0 6 C9 4A 4B
Octal 222 317 357 47 15 0 6 311 112 113
Binary 10010010 11001111 11101111 100111 1101 0 110 11001001 1001010 1001011

Color Harmonies of #92CFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CFEF

Black with #92CFEF

Text Example


Text Example

White with #92CFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,207,239); }

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

background-color css

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

 a { background-color: rgb(146,207,239); }

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

border-color css

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

 span { border-color: rgb(146,207,239); }

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