Html Css Color HEX #94BEDA Cornflower

📋 copy color: '#94BEDA'

red 148 ◦ green 190 ◦ blue 218

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

Shades of Cornflower #94BEDA

Tints of Cornflower #94BEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.17%

 BLUE value IS 218 (85.55% from 255) = 39.21%

R = 26.62%
G = 34.17%
B = 39.21%

CMYK

 C value IS 0.32

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#94BEDA (or 0x94BEDA) is known color: Cornflower. HEX triplet: 94, BE and DA. RGB value is (148,190,218). Sum of RGB (Red+Green+Blue) = 148+190+218=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #94BEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BEDA is #6B4125. Grayscale: #B4B4B4. Windows color (decimal): -7029030 or 14335636. OLE color: 14335636.

HSL color Cylindrical-coordinate representation of color #94BEDA: hue angle of 204º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94BEDA is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 190 218 -
CMYK 0.32 0.13 0 0.15
HSL 204º 0.49% 0.72% -
HSV(B) 204º 0.32% 0.85% -
XYZ 43.28 48.18 73.35 -
YUV 180.63 149.09 104.72 -
System Red Green Blue C M Y K H S L
Decimal 148 190 218 0.32 0.13 0 0.15 204 0.49 0.72
Hex 94 BE DA 20 D 0 F CC 31 48
Octal 224 276 332 40 15 0 17 314 61 110
Binary 10010100 10111110 11011010 100000 1101 0 1111 11001100 110001 1001000

Color Harmonies of #94BEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BEDA

Black with #94BEDA

Text Example


Text Example

White with #94BEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,190,218); }

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

background-color css

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

 a { background-color: rgb(148,190,218); }

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

border-color css

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

 span { border-color: rgb(148,190,218); }

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