Html Css Color HEX #98CAFE Light Sky Blue

📋 copy color: '#98CAFE'

red 152 ◦ green 202 ◦ blue 254

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

Shades of Light Sky Blue #98CAFE

Tints of Light Sky Blue #98CAFE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.22%

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 25%
G = 33.22%
B = 41.78%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#98CAFE (or 0x98CAFE) is known color: Light Sky Blue. HEX triplet: 98, CA and FE. RGB value is (152,202,254). Sum of RGB (Red+Green+Blue) = 152+202+254=608 (80% of max value = 765). Red value is 152 (59.77% from 255 or 25% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #98CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CAFE is #673501. Grayscale: #C0C0C0. Windows color (decimal): -6763778 or 16698008. OLE color: 16698008.

HSL color Cylindrical-coordinate representation of color #98CAFE: hue angle of 210.59º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98CAFE is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 202 254 -
CMYK 0.40 0.20 0 0.00
HSL 210.59º 0.98% 0.8% -
HSV(B) 210.59º 0.4% 1% -
XYZ 51.96 56.07 101.85 -
YUV 192.98 162.44 98.77 -
System Red Green Blue C M Y K H S L
Decimal 152 202 254 0.40 0.20 0 0.00 210.59 0.98 0.8
Hex 98 CA FE 28 14 0 0 D3 62 50
Octal 230 312 376 50 24 0 0 323 142 120
Binary 10011000 11001010 11111110 101000 10100 0 0 11010011 1100010 1010000

Color Harmonies of #98CAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CAFE

Black with #98CAFE

Text Example


Text Example

White with #98CAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,202,254); }

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

background-color css

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

 a { background-color: rgb(152,202,254); }

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

border-color css

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

 span { border-color: rgb(152,202,254); }

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