Html Css Color HEX #98CDEA Cornflower

📋 copy color: '#98CDEA'

red 152 ◦ green 205 ◦ blue 234

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

Shades of Cornflower #98CDEA

Tints of Cornflower #98CDEA

RGB

 RED value IS 152 (59.77% from 255) = 25.72%

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

 BLUE value IS 234 (91.8% from 255) = 39.59%

R = 25.72%
G = 34.69%
B = 39.59%

CMYK

 C value IS 0.35

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#98CDEA (or 0x98CDEA) is known color: Cornflower. HEX triplet: 98, CD and EA. RGB value is (152,205,234). Sum of RGB (Red+Green+Blue) = 152+205+234=591 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.72% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #98CDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CDEA is #673215. Grayscale: #C0C0C0. Windows color (decimal): -6763030 or 15388056. OLE color: 15388056.

HSL color Cylindrical-coordinate representation of color #98CDEA: hue angle of 201.22º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98CDEA is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 152 205 234 -
CMYK 0.35 0.12 0 0.08
HSL 201.22º 0.66% 0.76% -
HSV(B) 201.22º 0.35% 0.92% -
XYZ 49.63 56.28 86.09 -
YUV 192.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 152 205 234 0.35 0.12 0 0.08 201.22 0.66 0.76
Hex 98 CD EA 23 C 0 8 C9 42 4C
Octal 230 315 352 43 14 0 10 311 102 114
Binary 10011000 11001101 11101010 100011 1100 0 1000 11001001 1000010 1001100

Color Harmonies of #98CDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CDEA

Black with #98CDEA

Text Example


Text Example

White with #98CDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98CDEA; }

 p { color: rgb(152,205,234); }

 H1.HeaderClassName
 {
   color: #98CDEA;
 }
 .AnyTagClassName
 {
   color: #98CDEA;
 }
</style>

background-color css

<style>
 a { background-color: #98CDEA; }

 a { background-color: rgb(152,205,234); }

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

border-color css

<style>
 span { border-color: #98CDEA; }

 span { border-color: rgb(152,205,234); }

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