Html Css Color HEX #98CBFE Light Sky Blue

📋 copy color: '#98CBFE'

red 152 ◦ green 203 ◦ blue 254

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

Shades of Light Sky Blue #98CBFE

Tints of Light Sky Blue #98CBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 33.33%

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

R = 24.96%
G = 33.33%
B = 41.71%

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

#98CBFE (or 0x98CBFE) is known color: Light Sky Blue. HEX triplet: 98, CB and FE. RGB value is (152,203,254). Sum of RGB (Red+Green+Blue) = 152+203+254=609 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.96% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #98CBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CBFE is #673401. Grayscale: #C1C1C1. Windows color (decimal): -6763522 or 16698264. OLE color: 16698264.

HSL color Cylindrical-coordinate representation of color #98CBFE: hue angle of 210º 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 #98CBFE is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 152 203 254 -
CMYK 0.40 0.20 0 0.00
HSL 210º 0.98% 0.8% -
HSV(B) 210º 0.4% 1% -
XYZ 52.19 56.54 101.93 -
YUV 193.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 152 203 254 0.40 0.20 0 0.00 210 0.98 0.8
Hex 98 CB FE 28 14 0 0 D2 62 50
Octal 230 313 376 50 24 0 0 322 142 120
Binary 10011000 11001011 11111110 101000 10100 0 0 11010010 1100010 1010000

Color Harmonies of #98CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CBFE

Black with #98CBFE

Text Example


Text Example

White with #98CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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