Html Css Color HEX #92CBF1 Cornflower

📋 copy color: '#92CBF1'

red 146 ◦ green 203 ◦ blue 241

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

Shades of Cornflower #92CBF1

Tints of Cornflower #92CBF1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.41%

 BLUE value IS 241 (94.53% from 255) = 40.85%

R = 24.75%
G = 34.41%
B = 40.85%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#92CBF1 (or 0x92CBF1) is known color: Cornflower. HEX triplet: 92, CB and F1. RGB value is (146,203,241). Sum of RGB (Red+Green+Blue) = 146+203+241=590 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.75% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 241 (94.53% from 255 or 40.85% from 590); Max value from RGB is 241 - color contains mainly: blue. Hex color #92CBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #92CBF1 is #6D340E. Grayscale: #BEBEBE. Windows color (decimal): -7156751 or 15846290. OLE color: 15846290.

HSL color Cylindrical-coordinate representation of color #92CBF1: hue angle of 204º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92CBF1 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 146 203 241 -
CMYK 0.39 0.16 0 0.05
HSL 204º 0.77% 0.76% -
HSV(B) 204º 0.39% 0.95% -
XYZ 49.09 55.17 91.28 -
YUV 190.29 156.62 96.41 -
System Red Green Blue C M Y K H S L
Decimal 146 203 241 0.39 0.16 0 0.05 204 0.77 0.76
Hex 92 CB F1 27 10 0 5 CC 4D 4C
Octal 222 313 361 47 20 0 5 314 115 114
Binary 10010010 11001011 11110001 100111 10000 0 101 11001100 1001101 1001100

Color Harmonies of #92CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92CBF1

Black with #92CBF1

Text Example


Text Example

White with #92CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,203,241); }

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

background-color css

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

 a { background-color: rgb(146,203,241); }

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

border-color css

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

 span { border-color: rgb(146,203,241); }

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