Html Css Color HEX #94CDF2 Cornflower

📋 copy color: '#94CDF2'

red 148 ◦ green 205 ◦ blue 242

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

Shades of Cornflower #94CDF2

Tints of Cornflower #94CDF2

RGB

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

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

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

R = 24.87%
G = 34.45%
B = 40.67%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#94CDF2 (or 0x94CDF2) is known color: Cornflower. HEX triplet: 94, CD and F2. RGB value is (148,205,242). Sum of RGB (Red+Green+Blue) = 148+205+242=595 (78% of max value = 765). Red value is 148 (58.20% from 255 or 24.87% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #94CDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #94CDF2 is #6B320D. Grayscale: #BFBFBF. Windows color (decimal): -7025166 or 15912340. OLE color: 15912340.

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

Color convert

RGB 148 205 242 -
CMYK 0.39 0.15 0 0.05
HSL 203.62º 0.78% 0.76% -
HSV(B) 203.62º 0.39% 0.95% -
XYZ 50.07 56.37 92.25 -
YUV 192.18 156.12 96.49 -
System Red Green Blue C M Y K H S L
Decimal 148 205 242 0.39 0.15 0 0.05 203.62 0.78 0.76
Hex 94 CD F2 27 F 0 5 CC 4E 4C
Octal 224 315 362 47 17 0 5 314 116 114
Binary 10010100 11001101 11110010 100111 1111 0 101 11001100 1001110 1001100

Color Harmonies of #94CDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CDF2

Black with #94CDF2

Text Example


Text Example

White with #94CDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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