Html Css Color HEX #95CDF2 Cornflower

📋 copy color: '#95CDF2'

red 149 ◦ green 205 ◦ blue 242

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

Shades of Cornflower #95CDF2

Tints of Cornflower #95CDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.6%

R = 25%
G = 34.4%
B = 40.6%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#95CDF2 (or 0x95CDF2) is known color: Cornflower. HEX triplet: 95, CD and F2. RGB value is (149,205,242). Sum of RGB (Red+Green+Blue) = 149+205+242=596 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #95CDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #95CDF2 is #6A320D. Grayscale: #C0C0C0. Windows color (decimal): -6959630 or 15912341. OLE color: 15912341.

HSL color Cylindrical-coordinate representation of color #95CDF2: hue angle of 203.87º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95CDF2 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 149 205 242 -
CMYK 0.38 0.15 0 0.05
HSL 203.87º 0.78% 0.77% -
HSV(B) 203.87º 0.38% 0.95% -
XYZ 50.25 56.46 92.25 -
YUV 192.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 149 205 242 0.38 0.15 0 0.05 203.87 0.78 0.77
Hex 95 CD F2 26 F 0 5 CC 4E 4D
Octal 225 315 362 46 17 0 5 314 116 115
Binary 10010101 11001101 11110010 100110 1111 0 101 11001100 1001110 1001101

Color Harmonies of #95CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CDF2

Black with #95CDF2

Text Example


Text Example

White with #95CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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