Html Css Color HEX #95CAEE Cornflower

📋 copy color: '#95CAEE'

red 149 ◦ green 202 ◦ blue 238

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

Shades of Cornflower #95CAEE

Tints of Cornflower #95CAEE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.3%

 BLUE value IS 238 (93.36% from 255) = 40.41%

R = 25.3%
G = 34.3%
B = 40.41%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#95CAEE (or 0x95CAEE) is known color: Cornflower. HEX triplet: 95, CA and EE. RGB value is (149,202,238). Sum of RGB (Red+Green+Blue) = 149+202+238=589 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.30% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #95CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CAEE is #6A3511. Grayscale: #BEBEBE. Windows color (decimal): -6960402 or 15649429. OLE color: 15649429.

HSL color Cylindrical-coordinate representation of color #95CAEE: hue angle of 204.27º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95CAEE is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 149 202 238 -
CMYK 0.37 0.15 0 0.07
HSL 204.27º 0.72% 0.76% -
HSV(B) 204.27º 0.37% 0.93% -
XYZ 48.95 54.8 88.89 -
YUV 190.26 154.94 98.57 -
System Red Green Blue C M Y K H S L
Decimal 149 202 238 0.37 0.15 0 0.07 204.27 0.72 0.76
Hex 95 CA EE 25 F 0 7 CC 48 4C
Octal 225 312 356 45 17 0 7 314 110 114
Binary 10010101 11001010 11101110 100101 1111 0 111 11001100 1001000 1001100

Color Harmonies of #95CAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CAEE

Black with #95CAEE

Text Example


Text Example

White with #95CAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,202,238); }

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

background-color css

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

 a { background-color: rgb(149,202,238); }

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

border-color css

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

 span { border-color: rgb(149,202,238); }

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