Html Css Color HEX #95CBEB Cornflower

📋 copy color: '#95CBEB'

red 149 ◦ green 203 ◦ blue 235

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

Shades of Cornflower #95CBEB

Tints of Cornflower #95CBEB

RGB

 RED value IS 149 (58.59% from 255) = 25.38%

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

 BLUE value IS 235 (92.19% from 255) = 40.03%

R = 25.38%
G = 34.58%
B = 40.03%

CMYK

 C value IS 0.37

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#95CBEB (or 0x95CBEB) is known color: Cornflower. HEX triplet: 95, CB and EB. RGB value is (149,203,235). Sum of RGB (Red+Green+Blue) = 149+203+235=587 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.38% from 587); Green value is 203 (79.69% from 255 or 34.58% from 587); Blue value is 235 (92.19% from 255 or 40.03% from 587); Max value from RGB is 235 - color contains mainly: blue. Hex color #95CBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CBEB is #6A3414. Grayscale: #BEBEBE. Windows color (decimal): -6960149 or 15453077. OLE color: 15453077.

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

Color convert

RGB 149 203 235 -
CMYK 0.37 0.14 0 0.08
HSL 202.33º 0.68% 0.75% -
HSV(B) 202.33º 0.37% 0.92% -
XYZ 48.75 55.1 86.66 -
YUV 190.5 153.11 98.4 -
System Red Green Blue C M Y K H S L
Decimal 149 203 235 0.37 0.14 0 0.08 202.33 0.68 0.75
Hex 95 CB EB 25 E 0 8 CA 44 4B
Octal 225 313 353 45 16 0 10 312 104 113
Binary 10010101 11001011 11101011 100101 1110 0 1000 11001010 1000100 1001011

Color Harmonies of #95CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CBEB

Black with #95CBEB

Text Example


Text Example

White with #95CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95CBEB; }

 p { color: rgb(149,203,235); }

 H1.HeaderClassName
 {
   color: #95CBEB;
 }
 .AnyTagClassName
 {
   color: #95CBEB;
 }
</style>

background-color css

<style>
 a { background-color: #95CBEB; }

 a { background-color: rgb(149,203,235); }

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

border-color css

<style>
 span { border-color: #95CBEB; }

 span { border-color: rgb(149,203,235); }

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