Html Css Color HEX #94CEED Cornflower

📋 copy color: '#94CEED'

red 148 ◦ green 206 ◦ blue 237

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

Shades of Cornflower #94CEED

Tints of Cornflower #94CEED

RGB

 RED value IS 148 (58.2% from 255) = 25.04%

 GREEN value IS 206 (80.86% from 255) = 34.86%

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 25.04%
G = 34.86%
B = 40.1%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#94CEED (or 0x94CEED) is known color: Cornflower. HEX triplet: 94, CE and ED. RGB value is (148,206,237). Sum of RGB (Red+Green+Blue) = 148+206+237=591 (78% of max value = 765). Red value is 148 (58.20% from 255 or 25.04% from 591); Green value is 206 (80.86% from 255 or 34.86% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #94CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CEED is #6B3112. Grayscale: #C0C0C0. Windows color (decimal): -7024915 or 15584916. OLE color: 15584916.

HSL color Cylindrical-coordinate representation of color #94CEED: hue angle of 200.9º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94CEED is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 206 237 -
CMYK 0.38 0.13 0 0.07
HSL 200.9º 0.71% 0.75% -
HSV(B) 200.9º 0.38% 0.93% -
XYZ 49.57 56.55 88.42 -
YUV 192.19 153.28 96.48 -
System Red Green Blue C M Y K H S L
Decimal 148 206 237 0.38 0.13 0 0.07 200.9 0.71 0.75
Hex 94 CE ED 26 D 0 7 C9 47 4B
Octal 224 316 355 46 15 0 7 311 107 113
Binary 10010100 11001110 11101101 100110 1101 0 111 11001001 1000111 1001011

Color Harmonies of #94CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CEED

Black with #94CEED

Text Example


Text Example

White with #94CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94CEED; }

 p { color: rgb(148,206,237); }

 H1.HeaderClassName
 {
   color: #94CEED;
 }
 .AnyTagClassName
 {
   color: #94CEED;
 }
</style>

background-color css

<style>
 a { background-color: #94CEED; }

 a { background-color: rgb(148,206,237); }

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

border-color css

<style>
 span { border-color: #94CEED; }

 span { border-color: rgb(148,206,237); }

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