Html Css Color HEX #98CFFC Columbia Blue

📋 copy color: '#98CFFC'

red 152 ◦ green 207 ◦ blue 252

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

Shades of Columbia Blue #98CFFC

Tints of Columbia Blue #98CFFC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 33.88%

 BLUE value IS 252 (98.83% from 255) = 41.24%

R = 24.88%
G = 33.88%
B = 41.24%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#98CFFC (or 0x98CFFC) is known color: Columbia Blue. HEX triplet: 98, CF and FC. RGB value is (152,207,252). Sum of RGB (Red+Green+Blue) = 152+207+252=611 (80% of max value = 765). Red value is 152 (59.77% from 255 or 24.88% from 611); Green value is 207 (81.25% from 255 or 33.88% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #98CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #98CFFC is #673003. Grayscale: #C3C3C3. Windows color (decimal): -6762500 or 16568216. OLE color: 16568216.

HSL color Cylindrical-coordinate representation of color #98CFFC: hue angle of 207º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98CFFC is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 152 207 252 -
CMYK 0.40 0.18 0 0.01
HSL 207º 0.94% 0.79% -
HSV(B) 207º 0.4% 0.99% -
XYZ 52.83 58.33 100.57 -
YUV 195.69 159.78 96.84 -
System Red Green Blue C M Y K H S L
Decimal 152 207 252 0.40 0.18 0 0.01 207 0.94 0.79
Hex 98 CF FC 28 12 0 1 CF 5E 4F
Octal 230 317 374 50 22 0 1 317 136 117
Binary 10011000 11001111 11111100 101000 10010 0 1 11001111 1011110 1001111

Color Harmonies of #98CFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98CFFC

Black with #98CFFC

Text Example


Text Example

White with #98CFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,207,252); }

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

background-color css

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

 a { background-color: rgb(152,207,252); }

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

border-color css

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

 span { border-color: rgb(152,207,252); }

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