Html Css Color HEX #95CDEB Cornflower

📋 copy color: '#95CDEB'

red 149 ◦ green 205 ◦ blue 235

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

Shades of Cornflower #95CDEB

Tints of Cornflower #95CDEB

RGB

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

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

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

R = 25.3%
G = 34.8%
B = 39.9%

CMYK

 C value IS 0.37

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#95CDEB (or 0x95CDEB) is known color: Cornflower. HEX triplet: 95, CD and EB. RGB value is (149,205,235). Sum of RGB (Red+Green+Blue) = 149+205+235=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #95CDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CDEB is #6A3214. Grayscale: #BFBFBF. Windows color (decimal): -6959637 or 15453589. OLE color: 15453589.

HSL color Cylindrical-coordinate representation of color #95CDEB: hue angle of 200.93º 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 #95CDEB is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 205 235 -
CMYK 0.37 0.13 0 0.08
HSL 200.93º 0.68% 0.75% -
HSV(B) 200.93º 0.37% 0.92% -
XYZ 49.22 56.05 86.82 -
YUV 191.68 152.45 97.56 -
System Red Green Blue C M Y K H S L
Decimal 149 205 235 0.37 0.13 0 0.08 200.93 0.68 0.75
Hex 95 CD EB 25 D 0 8 C9 44 4B
Octal 225 315 353 45 15 0 10 311 104 113
Binary 10010101 11001101 11101011 100101 1101 0 1000 11001001 1000100 1001011

Color Harmonies of #95CDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CDEB

Black with #95CDEB

Text Example


Text Example

White with #95CDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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